home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1999 April / MAC100-1999-04.ISO.7z / MAC100-1999-04.ISO / REALbasicゼミナール / REALbasic 1.1 / REALbasic / REALbasic.rsrc / STR#_128.txt < prev    next >
Text File  |  1999-01-02  |  9KB  |  588 lines

  1. Colors Window
  2.  
  3. Displays colors you are using in your project. To add a color, click on one of the empty boxes. To set a color property to one of the colors in the colors window, drag the color and drop it on the color property in the Properties window.
  4.  
  5. ContextualMenu Control
  6.  
  7. To add a contextualmenu, drag this control to the window.
  8.  
  9. The contextualmenu control doesn窶冲 display at runtime. However, you can use this control to display a customized contextual menu  in response to the users actions.
  10.  
  11. SpriteSurface Control
  12.  
  13. To add a spritesurface, drag this control to the window.
  14.  
  15. The spritesurface doesn窶冲 display at runtime. Use the spritesurface to create sprite animation.
  16.  
  17. NotePlayer Control
  18.  
  19. The noteplayer doesn窶冲 display at runtime. Use the noteplayer when you want to play musical notes with a variety of different instruments via the QuickTime Musical Instruments extension.
  20.  
  21. MoviePlayer Control
  22.  
  23. To add a movieplayer, drag this control to the window.
  24.  
  25. The movieplayer is used to play QuickTime movies.
  26.  
  27. Canvas Control
  28.  
  29. To add a canvas, drag this control to the window.
  30.  
  31. Canvas controls are used to display pictures, draw pictures and because they also receive events, to create custom interface controls.
  32.  
  33. Serial Control
  34.  
  35. To add a serial control, drag this control to the window.
  36.  
  37. Serial controls don窶冲 display at runtime. You use a serial control to send and receive data via a serial port to communicate with a serial device such as a modem.
  38.  
  39. Socket Control
  40.  
  41. To add a socket, drag this control to the window.
  42.  
  43. Socket controls don窶冲 display at runtime. You use a socket control to send and receive data via TCP/IP over a LAN or the Internet.
  44.  
  45. Timer Control
  46.  
  47. To add a timer, drag this control to the window.
  48.  
  49. Timer controls don窶冲 display at runtime. You use a timer control when you need to execute code one or more times after a specified number of milliseconds has passed.
  50.  
  51. ProgressBar Control
  52.  
  53. To add a progressbar, drag this control to the window.
  54.  
  55. To display indeterminate progress (in the form of a barber pole), with the progressbar selected, change the Maximum property in the Properties window to 0 (zero).□
  56.  
  57. TabPanel Control
  58.  
  59. To add, edit or delete tabs in a tab panel, click on the rightmost tab to display the Tab editor. To place a control on a specific tab, click on the tab to bring it to the front, then drag the control on to the tab panel.
  60.  
  61. Slider Control
  62.  
  63. To add a slider, drag this control to the window.
  64.  
  65. Sliders appear as scrollbars on the Macintosh unless MacOS 8 or greater is installed.
  66.  
  67. ScrollBar Control
  68.  
  69. To change a scrollbar from horizontal to vertical, resize the scrollbar until its height is greater than its width. Note: The standard height of a horizontal scrollbar and the standard width of a vertical scrollbar is 16 pixels.
  70.  
  71. ListBox Control
  72.  
  73. To add a listbox, drag this control to the window.
  74.  
  75. To enter a list of items for the listbox, with the listbox selected, click the InitialValue properties窶™ Edit button in the Properties window.
  76.  
  77. EditField Control
  78.  
  79. To add an editfield, drag this control to the window.
  80.  
  81. To allow multiple lines of text to be entered or displayed in an editfield, with the editfield selected, turn on the Multiline property in the Properties window.
  82.  
  83. Popupmenu Control
  84.  
  85. To add a popup menu, drag this control to the window.
  86.  
  87. To enter a list of items for the popup menu, with the popup menu selected, click the InitialValue properties窶™ Edit button in the Properties window.
  88.  
  89. RadioButton Control
  90.  
  91. To add a radiobutton, drag this control to the window.
  92.  
  93. If you have more than one group of radio buttons in a window, place all of the radio buttons of a group into a groupbox to allow the user to select from each group.
  94.  
  95. Checkbox Control
  96.  
  97. To add a checkbox, drag this control to the window.
  98.  
  99. To cause a several checkboxes to share the same code, give each checkbox the same name. This will cause REALbasic to create a control array.
  100.  
  101. PushButton Control
  102.  
  103. To add a pushbutton, drag this control to the window.
  104.  
  105. To add a default ring, with the pusbutton selected, turn on the Default property in the Properties window. To associate Command-period, turn on the Cancel property.
  106.  
  107. GroupBox Control
  108.  
  109. To add a groupbox, drag this control to the window.
  110.  
  111. To allow the user to make a single selection from each group of radio buttons when you have multiple groups in a window, place each group in a groupbox.
  112.  
  113. Oval Control
  114.  
  115. To add an oval, drag this control to the window.
  116.  
  117. To resize the oval and constrain the resizing to width or height only, hold Shift while resizing it.
  118.  
  119. Round Rectangle Control
  120.  
  121. To add a rectangle with rounded corners, drag this control to the window.
  122.  
  123. To set the arc of the corners, change the values of the OvalWidth and OvalHeight properties.
  124.  
  125. Rectangle Control
  126.  
  127. To add a rectangle, drag this control to the window. 
  128.  
  129. To resize the rectangle and constrain the resizing to width or height only, hold Shift while resizing it.
  130.  
  131. Line Control
  132.  
  133. To add a line, drag this control  to the window.
  134.  
  135. To draw a line, drag the line control to your window. To draw the line horizontally or  vertically, hold down Shift while resizing the line control.
  136.  
  137. StaticText Control
  138.  
  139. To add non-selectable text, drag this control  to the window.
  140.  
  141. Arrow Pointer
  142.  
  143. Selects objects in the Window Editor.
  144.  
  145. Import...
  146.  
  147. Code Editor (%1)
  148.  
  149. Online Reference
  150.  
  151. Properties
  152.  
  153. The debug session must be shut down.
  154.  
  155. Stack
  156.  
  157. Variables
  158.  
  159. Unhandled %1 raised
  160.  
  161. You must have the thread manager installed.
  162.  
  163. Font Size:
  164.  
  165. Font:
  166.  
  167. Default Control Font
  168.  
  169. Source Editor
  170.  
  171. Editor Settings
  172.  
  173. Mac Creator:
  174.  
  175. Default window:
  176.  
  177. <none>
  178.  
  179. Project Settings
  180.  
  181. Extension:
  182.  
  183. Mac Type:
  184.  
  185. Mac Creator:
  186.  
  187. Name:
  188.  
  189. Document Icon:
  190.  
  191. Edit File Type
  192.  
  193. Add File Type
  194.  
  195. Delete
  196.  
  197. Edit...
  198.  
  199. Add...
  200.  
  201. File Types
  202.  
  203. New Event
  204.  
  205. Circular class reference.
  206.  
  207. New Method
  208.  
  209. New Variable
  210.  
  211. Invalid event
  212.  
  213. The protected item %1 has an internal error which prevents it from running.
  214. Please contact the original author for a fixed version.
  215.  
  216. Edit Event
  217.  
  218. Edit Method
  219.  
  220. Expected As
  221.  
  222. Expected )
  223.  
  224. Number expected
  225.  
  226. A maximum of 20 array dimensions can be specified
  227.  
  228. Edit Variable
  229.  
  230. Delete
  231.  
  232. Private
  233.  
  234. Unknown return type
  235.  
  236. Unknown return type %1
  237.  
  238. Unknown type %1
  239.  
  240. Unexpected token.
  241.  
  242. ',' expected.
  243.  
  244. Invalid type.
  245.  
  246. Identifier expected.
  247.  
  248. Method name
  249.  
  250. %1 is a reserved word.
  251.  
  252. %1 must start with an alphabetic character.
  253.  
  254. %1 must only consist of alphanumberic characters.
  255.  
  256. %1 is a mandatory field.
  257.  
  258. Declaration:
  259.  
  260. Return Type:
  261.  
  262. Parameters:
  263.  
  264. Event name:
  265.  
  266. Method name:
  267.  
  268. Replace:
  269.  
  270. Find:
  271.  
  272. Replace All
  273.  
  274. Replace & Find
  275.  
  276. Find
  277.  
  278. Source
  279.  
  280. Module
  281.  
  282. Project
  283.  
  284. Find Scope:
  285.  
  286. Find
  287.  
  288. Current Source
  289.  
  290. Current Module
  291.  
  292. Entire Project
  293.  
  294. Print
  295.  
  296. Print
  297.  
  298. Export file as:
  299.  
  300. The name can't contain the : character
  301.  
  302. The name can't be more than 31 characters long
  303.  
  304. You can't overwrite your project file with the built application.
  305.  
  306. Version Info:
  307.  
  308. Long Version:
  309.  
  310. Short Version:
  311.  
  312. Non-release:
  313.  
  314. Release:
  315.  
  316. Version:
  317.  
  318. Minimum Size:
  319.  
  320. Suggested Size:
  321.  
  322. Icon:
  323.  
  324. Name:
  325.  
  326. Final
  327.  
  328. Beta
  329.  
  330. Alpha
  331.  
  332. Development
  333.  
  334. Include:
  335.  
  336. Memory:
  337.  
  338. Get Info:
  339.  
  340. Compress
  341.  
  342. PowerPC Code
  343.  
  344. 68k Code
  345.  
  346. Build
  347.  
  348. Macintosh Application Settings:
  349.  
  350. Build Application
  351.  
  352. Save changes to "%1" before closing?
  353.  
  354. Don't Save
  355.  
  356. Save
  357.  
  358. Menu
  359.  
  360. Cursor
  361.  
  362. CFMPlugin
  363.  
  364. XCMD
  365.  
  366. Script
  367.  
  368. Sound
  369.  
  370. Movie
  371.  
  372. Picture
  373.  
  374. Folder
  375.  
  376. Module
  377.  
  378. Class
  379.  
  380. Dialog
  381.  
  382. Window
  383.  
  384. Unable to create export file
  385.  
  386. source text
  387.  
  388. Save as:
  389.  
  390. Untitled
  391.  
  392. Save project as:
  393.  
  394. Cancel
  395.  
  396. OK
  397.  
  398. Registration:
  399.  
  400. Company:
  401.  
  402. Name:
  403.  
  404. Invalid registration code, please check that all the digits are correct.
  405.  
  406. Invalid registration key format (try ##-####-#####-###)
  407.  
  408. This copy is registered to:
  409.  
  410. Special Thanks to: Rich Hansen, Jay Menna, Brian "Socketman" Jones and all of our beta testers.
  411.  
  412. The REALbasic Team: Andrew Barry, Jannice Faber, Damon Law, Jason Parsley and Geoff Perlman
  413.  
  414. www.realsoftware.com
  415.  
  416. 512-292-9988 (main) 512-292-6670 (fax)
  417.  
  418. 3300 Bee Caves Road, Suite 650-220, Austin, Texas 78746
  419.  
  420. REALbasic is a trademark of REAL Software, Inc.
  421.  
  422. ツゥ 1997-1998 REAL Software, Inc. All Rights Reserved.
  423.  
  424. Written by Andrew Barry
  425.  
  426. Clear Breakpoint
  427.  
  428. Export Class...
  429.  
  430. Export Menu...
  431.  
  432. Export Module...
  433.  
  434. Export Window...
  435.  
  436. Hide Stack
  437.  
  438. Hide Locals
  439.  
  440. Hide Colors
  441.  
  442. Hide Properties
  443.  
  444. Hide Tools
  445.  
  446. Other窶ヲ
  447.  
  448. Align Bottom Edges
  449.  
  450. Space Vertically
  451.  
  452. Align Top Edges
  453.  
  454. Align Right Edges
  455.  
  456. Space Horizontally
  457.  
  458. Align Left Edges
  459.  
  460. Reference
  461.  
  462. Project
  463.  
  464. Show Colors
  465.  
  466. Show Properties
  467.  
  468. Show Tools
  469.  
  470. Show Stack
  471.  
  472. Show Locals
  473.  
  474. Set Breakpoint
  475.  
  476. Step Out
  477.  
  478. Step Into
  479.  
  480. Step Over
  481.  
  482. Kill
  483.  
  484. Run
  485.  
  486. Align Objects
  487.  
  488. Control Order...
  489.  
  490. Move To Back
  491.  
  492. Move Backward
  493.  
  494. Move To Front
  495.  
  496. Move Forward
  497.  
  498. Style
  499.  
  500. Size
  501.  
  502. Font
  503.  
  504. Replace All
  505.  
  506. Replace & Find Next
  507.  
  508. Find Next
  509.  
  510. Find...
  511.  
  512. Underline
  513.  
  514. Italic
  515.  
  516. Bold
  517.  
  518. Plain Text
  519.  
  520. Project Settings...
  521.  
  522. File Types...
  523.  
  524. Editor Settings...
  525.  
  526. New Menu Handler...
  527.  
  528. New Property窶ヲ
  529.  
  530. New Event窶ヲ
  531.  
  532. New Method窶ヲ
  533.  
  534. Find...
  535.  
  536. Delete
  537.  
  538. Edit...
  539.  
  540. Select All
  541.  
  542. Duplicate
  543.  
  544. Clear
  545.  
  546. Paste
  547.  
  548. Copy
  549.  
  550. Cut
  551.  
  552. Redo
  553.  
  554. Undo
  555.  
  556. Quit
  557.  
  558. Print...
  559.  
  560. Page Setup...
  561.  
  562. Export Class...
  563.  
  564. Export Source...
  565.  
  566. Build Application窶ヲ
  567.  
  568. New Folder
  569.  
  570. New Module
  571.  
  572. New Class
  573.  
  574. New Window
  575.  
  576. Save As窶ヲ
  577.  
  578. Save
  579.  
  580. Close
  581.  
  582. Open窶ヲ
  583.  
  584. New
  585.  
  586. About REALbasic...
  587.  
  588.